ComponentOne Xamarin.Android
Refresh Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : Refresh Method
Keeps the slot content when a slot is already created.
Recreates the slots.
Syntax
'Declaration
 
Public Sub Refresh( _
   Optional ByVal keepSlotContent As Boolean _
) 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim keepSlotContent As Boolean
 
instance.Refresh(keepSlotContent)
public void Refresh( 
   bool keepSlotContent
)

Parameters

keepSlotContent
Keeps the slot content when a slot is already created.
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members